Javascript Properties

Description

Events for controls in the FormView Layout. Events are only available for specific controls.

Name
Description
afterChange

Fires after the tab is changed for a Tab Control in the FormView layout.

beforeChange

Fires before the tab is changed. Return false to cancel the action.

onClick

Specify the Javascript to execute. Your code can reference these variables: 'value','parameters','itemJSON' and 'ele'.

onDown

Specify the Javascript to execute. Your code can reference these variables: 'value','parameters','itemJSON' and 'ele'.

onUp

Specify the Javascript to execute. Your code can reference these variables: 'value','parameters','itemJSON' and 'ele'.